Function |mul

std/ops/num::|mul


Usage

|mul<N>(a, b)

Generics

◻ N: Mul

Parameters

↳ a: N
↳ b: N

Return

↴ N


Multiply a and b

This function is infaillible but may overflow if a Ă— b is out of bounds for the data type.